home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / m / sinh.man < prev    next >
Encoding:
Text File  |  1991-11-15  |  1.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4. SINH             Mathematical Library Procedures             SINH
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      sinh, cosh, tanh - hyperbolic functions
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ##iinncclluuddee <<mmaatthh..hh>>
  13.  
  14.      ddoouubbllee ssiinnhh((xx))
  15.      ddoouubbllee xx;;
  16.  
  17.      ddoouubbllee ccoosshh((xx))
  18.      ddoouubbllee xx;;
  19.  
  20.      ddoouubbllee ttaannhh((xx))
  21.      ddoouubbllee xx;;
  22.  
  23. DDEESSCCRRIIPPTTIIOONN
  24.      These functions compute the designated hyperbolic functions
  25.      for real arguments.
  26.  
  27. EERRRROORR ((dduuee ttoo RRoouunnddooffff eettcc..))
  28.      Below 2.4 _u_l_ps; an _u_l_p is one _Unit in the _Last _Place.
  29.  
  30. DDIIAAGGNNOOSSTTIICCSS
  31.      Sinh and cosh return the reserved operand on a VAX if the
  32.      correct value would overflow.
  33.  
  34. SSEEEE AALLSSOO
  35.      math(3M), infnan(3M)
  36.  
  37. AAUUTTHHOORR
  38.      W. Kahan, Kwok-Choi Ng
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 12, 1986                          1
  64.  
  65.  
  66.  
  67.